Edit Task: SetPossibilityPriority
Format
SCHED / EditTask '<TaskName>' SetPossibilityPriority '<PossibilityName> <Priority>
Description
The SetPossibilityPriority attribute under EditTask defines the priority for the resource possibility of the given task.
Parameters
| Parameter | Description | 
|---|---|
| PossibilityName | A string of text with a comma delimited list of resources in the possibility, surrounded by single quotes. Order is not required and the resource names should not be in quotes. | 
| Priority | An integer or decimal value that must be within the defined priority scale for the active schedule. | 
Examples
For TaskA, set the priority to 7 for the possibility containing ResA.
SCHED / EditTask 'TaskA' SetPossibilityPriority 'ResA' 7
